projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d736b0
)
(function-p-func): Avoid `xemacs-p'.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 7 Nov 2002 23:01:30 +0000
(23:01 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 7 Nov 2002 23:01:30 +0000
(23:01 +0000)
lisp/eshell/esh-cmd.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-cmd.el
b/lisp/eshell/esh-cmd.el
index 04a01f1234ec56ba6e5a003b50d5b03050efee60..624777bf8c4470533fa6bd9ef50788f3ec536ed2 100644
(file)
--- a/
lisp/eshell/esh-cmd.el
+++ b/
lisp/eshell/esh-cmd.el
@@
-1060,7
+1060,7
@@
at the moment are:
object)
(defconst function-p-func
- (if (
eshell-under-xemacs
-p)
+ (if (
fboundp 'compiled-function
-p)
'compiled-function-p
'byte-code-function-p))